home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global dayNo, firstMonthlyDay, beginDate
- if the doubleClick then
- exit
- end if
- cursor(4)
- set x to the clickOn
- if the cursor of sprite x > 200 then
- killcorrection()
- puppetSprite(7, 1)
- puppetSprite(7, 0)
- go("Monthly Rel")
- set dayNo to x - 37 + firstMonthlyDay
- put "Choose the best stamp for Day " & dayNo & ": " & GetLongDate(dayNo + beginDate - 1) into field "choose rel"
- end if
- cursor(0)
- end
-